Skip to content

Conversation

@matiwinnetou
Copy link
Collaborator

No description provided.

@matiwinnetou matiwinnetou changed the title Prepare 1.4.0 chore: prepare 1.4.0 Sep 12, 2025
@linconvidal linconvidal added this to the 1.4.0 milestone Sep 16, 2025
Mateusz Czeladka and others added 9 commits September 16, 2025 14:43
- 10 minute interval for pruning is too aggressive and it causes very
high I/O when syncing. Increasing it to 1 hour.
    Rationale - 
     -  Constant insert/delete cycles on address_utxo table
- Index Maintenance: Heavy I/O from index rebuilds after 264M deletions
- Write-Heavy Workload: 15:1 write-to-read ratio overwhelming storage
- configure option for pruning batch size. Default is 3000 but if needed
can be changed upto 10000 for faster deletion but it should not cause
too much I/O while syncing
 
- debug option for utxo store
Added new server health monitoring dashboard for CPU usage, memory
usage, disk usage and other metrics for server health monitoring
@matiwinnetou matiwinnetou marked this pull request as ready for review September 24, 2025 07:34
@matiwinnetou matiwinnetou force-pushed the develop branch 3 times, most recently from a0222ab to cfdb33f Compare September 24, 2025 19:48
matiwinnetou and others added 5 commits October 2, 2025 14:39
…ect and api.yml, currency response metadata will no longer have decimals. (#613)

* refactor: token registry service now returns a specialised domain object and api.yml, currency response metadata will no longer have decimals.

* feat: added logging / debug for subjects data.

* fix: no longer using assetName

---------

Co-authored-by: Mateusz Czeladka <[email protected]>
docs: Created docs for enabling token metadata and running local token
registry.
@github-actions
Copy link
Contributor

❌ Preprod Tests: FAILED

📊 View Detailed Test Report

🔗 Action Run #16

Tests run against preprod network with live blockchain data

* test: add initial support for pruning detection in data endpoints tests

* test: add support for token registry integration and peer discovery in pytest suite

* fix: simplify symbol selection in search operations for token

* fix: configure db port to avoid clashes in CI and update checkout action to v4
@github-actions
Copy link
Contributor

✅ Preprod Tests: PASSED

📊 View Detailed Test Report

🔗 Action Run #25

Tests run against preprod network with live blockchain data

Disabled TOKEN_REGISTRY_ENABLED by default and cleared TOKEN_REGISTRY_BASE_URL to prevent potential DDOS issues when requesting hundreds of tokens from the public registry. Added detailed comments explaining how to configure a local token registry instance.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@matiwinnetou matiwinnetou merged commit aa68703 into main Oct 28, 2025
7 checks passed
@matiwinnetou matiwinnetou deleted the develop branch October 28, 2025 13:37
@github-actions
Copy link
Contributor

✅ Preprod Tests: PASSED

📊 View Detailed Test Report

🔗 Action Run #27

Tests run against preprod network with live blockchain data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants